home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / SpaceEscape •••• / SpaceEscape ееее / card_43399.txt < prev    next >
Text File  |  1990-10-02  |  3KB  |  121 lines

  1. -- card: 43399 from stack: in
  2. -- bmap block id: 43855
  3. -- flags: 4000
  4. -- background id: 8902
  5. -- name: the sec
  6. ----- HyperTalk script -----
  7. on opencard
  8.   put "This Droolish officer was probably unfit for any work besides"& " sitting behind a desk and telling people not to go through a door"& ".  Don't worry - the growls you hear are probably just from his "& "stomach."into field "info"
  9.   pass opencard
  10. end opencard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: A003
  17. -- rect: left=161 top=302 right=323 bottom=192
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: OK
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   global filter
  29.   if filter is "yes" then
  30.     beep
  31.     exit mouseup
  32.   end if
  33.   global donteat
  34.   get bkgnd field "do what"
  35.   if the number of words in it > 1 then
  36.     beep 2
  37.     oneword
  38.     exit mouseup
  39.   end if
  40.   if it contains "examine" or it contains "look" then
  41.     send "opencard" to this card
  42.     exit mouseup
  43.   end if
  44.   if it contains "hit" or it contains "kick" or it contains "punch" or it contains "push" or it contains "attack" or it contains "kill" then
  45.     play "boing"
  46.     put "When you hit the Drool, he screams.  Very "& "loud.  Guards swarm into the room, and, to make a long story"& " short, you die.≈∏"into field"info"
  47.     global filter
  48.     put "yes" into filter
  49.     global action
  50.     put "attack" into action
  51.     exit mouseup
  52.   end if
  53.   if it contains "eat" or it contains "consume" then
  54.     put "When you bite the Drool, he screams.  Very "& "loud.  Guards swarm into the room, and, to make a long story"& " short, you die.≈∏"into field"info"
  55.     global filter
  56.     put "yes" into filter
  57.     global action
  58.     put "attack" into action
  59.     exit mouseup
  60.   end if
  61.   if it contains "talk" or it contains "speak" then
  62.     put "The Drool is not listening."into field"info"
  63.     exit mouseup
  64.   end if
  65.   if it contains "give" or it contains "offer"then
  66.   ask "What would you like to give the Drool?"
  67.   if it contains "food" or it contains "tray"then
  68.   global inventory
  69.   if inventory contains "Tray" then
  70.     put "When you offer the food to the officer, he snatches it "& "away from you. ""e&"Thanks!  I'm famished,""e&" he"& " squeaks.  Unfortunately for him, so was the food.≈∏"into field "info"
  71.     global inventory
  72.     get offset ("Tray of food",inventory)
  73.     put "" into char it  to 11 +it  of inventory
  74.     global deadsec
  75.     put "yes" into deadsec
  76.     global action
  77.     put "yah" into action
  78.     global filter
  79.     put "yes" into filter
  80.     exit mouseup
  81.   else
  82.     put "You can't give what you don't have!" into field "info"
  83.     exit mouseup
  84.   end if
  85. else
  86.   put "The Drool is not interested in the "&it&"." into field "Info"
  87.   exit mouseup
  88. end if
  89. end if
  90. if it is "" then
  91.   put "Speak up.  I can't hear you." into field "info"
  92.   exit mouseup
  93. end if
  94. idunno
  95. end mouseUp
  96.  
  97. on cont
  98.   global filter
  99.   if filter is "yes" then
  100.     global action
  101.     if action is "attack" then
  102.       go to card "death"
  103.       put "" into filter
  104.     end if
  105.     if action is "yah" then
  106.       go to card "sec2"
  107.       global filter
  108.       put "" into filter
  109.     end if
  110.   end if
  111. end cont
  112.  
  113.  
  114.  
  115. -- part contents for background part 2
  116. ----- text -----
  117. What would you like to do with the Art?
  118.  
  119. -- part contents for background part 7
  120. ----- text -----
  121. Guard